home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbbs174.zip / DOWNLOAD.DOC < prev    next >
Text File  |  1992-06-23  |  7KB  |  135 lines

  1. Changes to RBBS-PC 17.4 Affecting File Exchange
  2. by Ken Goosens 01-31-91
  3.  
  4. 17.4 has four major enhancements affecting file exchange:
  5.  
  6. 1.  personal directories have been made a special case of FMS
  7.     directories, making the advantages of each available to both
  8.  
  9. 2.  personal uploads can sent from one caller to another
  10.  
  11. 3.  files can be "marked" for later downloading and viewing
  12.     as a group
  13.  
  14. 4.  the list of files requested for downloading can be edited
  15.     when there is insufficient time.
  16.  
  17.  
  18.                   Personal Versus FMS Directories
  19.  
  20. 17.4 melds together the features available for personal downloading
  21. with those available with FMS directories, so that features that
  22. were available to only one are now available for both.   In
  23. effect, the personal directory is now just a special FMS directory.
  24. The enhancements include:
  25.  
  26. o   the file commands s)earch, n)ew, and l)ist now all work for
  27.     the personal directory as well.   Before, you could only list
  28.     personal directories using the l)ist suboption of P)ersonal
  29.     download.
  30.  
  31. o   any FMS directory can be declared to be a personal directory
  32.     by including the keyword "PERSONAL" in the header.
  33.  
  34. o   the features associated with personal directories have now
  35.     been "unbundled" and can be separately elected for any FMS
  36.     directory.   These features include:
  37.  
  38.          o   downloads must be only from the files explicitly
  39.              listed in the directory.   This can be invoked by
  40.              including the word "LISTONLY" in the FMS header.
  41.  
  42.          o   downloads can be exempted from any ratios.   This
  43.              can be invoked by including the word "FREE" in the
  44.              FMS header.   You can also make downloads from a
  45.              personal directory not be free by including the
  46.              word "NOFREE".   Note:  formerly, personal downloads
  47.              were counted against ratios - now by default they
  48.              are not counted.
  49.  
  50.          o   downloads from an FMS directory can have any number
  51.              of "free" or "extra" time for downloading.   This is
  52.              invoked by including "TIMEEXTRA n" where n is the
  53.              number of extra minutes.   The default extra time for
  54.              the personal directory is now 60 (it used to be
  55.              unlimited) and the default extra time for non-personal
  56.              directories is 0 (no extra time above time remaining).
  57.  
  58.          o   items in an FMS directory can have a min security to
  59.              be viewed (listed) and downloaded by including a blank
  60.              in the 1st space of the category code and a number
  61.              after it (up to 2 spaces for the number).   Note that
  62.              if you put in a security level, you cannot put in any
  63.              category code.
  64.  
  65. A personal directory by default implies LISTONLY, FREE, and
  66. TIMEEXTRA 60.   The only other feature a personal directory has is
  67. an extra last character at the end of the line that is "*" when
  68. the file has never been downloaded and is changed to a "!" when it
  69. has.
  70.  
  71.                      Personal Uploads
  72.  
  73. 17.4 also supports personal uploading.   This allows callers to do
  74. private exchange of files as well as messages.   However, under the
  75. former setup for the personal directory, the recipient would have
  76. unlimited time to download these files.   Hence the default set up
  77. is now that personal downloads have an extra 60 minutes.   The
  78. personal downloads also do not count against ratios.   Clearly,
  79. personal uploading allows users to fill your BBS with many and very
  80. large files.   A minimum security to do a personal upload can be
  81. specified in configuration parameter 159.    The default is that
  82. only a SysOp can do a personal upload.   If you want to extend this
  83. privilege to other callers, you might want to restrict personal
  84. downloading further to prevent abuses by
  85.  
  86.      o   making it count against ratios.  Just put a header record
  87.          in the personal directory (begins with "\FMS"), add
  88.          "NOFREE", and make sure it extends out to the full length
  89.          of the lines in the personal directory.   This has no
  90.          effect unless you are restricting downloads by ratios.
  91.  
  92.      o   giving the download no or less extra time.  Put
  93.          "TIMEEXTRA 0" or some small number in the header record.
  94.  
  95. Note:  when an upload is sent to a person, a flag is set in the
  96. user record and the person will be notified upon logon if the user
  97. file is included in the conference mail scan.
  98.  
  99.  
  100.                         Marking Files
  101.  
  102. RBBS 17.4 supports a new option inside file directory listings to
  103. M)ark files.   Mark essentially is a shorthand way to keep a listing
  104. of files for later viewing or downloading.   The idea is that the
  105. caller can mark all the files of interest and then later download
  106. them all at once.   Marked files operate as a group, just like
  107. an ordinary file.  For example, "d y file1 z m w file2" would mean
  108. to download, using protocol "y", file "file1", then use protocol
  109. "z" to download the marked files, then use protocol "w" to download
  110. "file2".  The markings are removed once the marked files are
  111. downloaded.   Marking is operative for both viewing and downloading,
  112. and for all directory listings, including the upload directory,
  113. FMS directories, and personal directories.
  114.  
  115. Marked files are especially valuable for non-FMS directories, since the
  116. listing does resume after a mark.  Hence, callers for the first time
  117. can pick all the files to download and continue viewing, without having
  118. to terminate the viewing to download.  Marked files also make picking
  119. off files for downloading easier in FMS directories, when the files are
  120. scattered across different screens.
  121.  
  122. The marked file option forced a change in the prompts.   RBBS used
  123. to let you just list files for downloading at a pause in a directory
  124. listing, with an implied download.   Since one must be able to both
  125. mark new files, "M" is used for the command to mark.   How, then,
  126. would the called say to download previously marked files?  It became
  127. necessary to always have the "D)ownload" option available.   This
  128. allowed new prompts that used to take file names to support TurboKeys.
  129. So, the option to simply list files by name for downloading is no
  130. longer listed in the prompts (... or file(s) to download).  However,
  131. if the caller is not in TurboKey mode (or suspends TurboKeys with "/"),
  132. RBBS will continue to interprete a list of files as an implied download
  133. command.
  134.  
  135.